home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_Common_Data / Data / Scripts / kartphysics / CommonKartProperties.txt next >
Encoding:
Text File  |  2001-05-10  |  3.6 KB  |  130 lines

  1. ; *******************************************
  2. ;
  3. ;      Common Kart Properties Script
  4. ;      -----------------------------
  5. ; *******************************************
  6.  
  7. ; WHEELS BEHAVIOR
  8. ; ---------------
  9. wheel_friction_x_enabled               1
  10.  
  11. ; fast turn factor 0.0 - 1.0
  12. body_fast_turn_factor                  0.195
  13.  
  14. ; sigmoid
  15. sigmoid_slope                          0.6
  16.  
  17.  
  18.  
  19. ; axis width
  20. axis_width_factor                      0.00020
  21. axis_width_front                    1070
  22. axis_width_rear                     1080
  23.  
  24. ; 100cc SPECIFIC : CARBU
  25. ; ----------------------
  26. carbu_boost_duration                   2.5 ; seconds
  27. carbu_acc_factor                       0.5
  28. carbu_low_speed_percent                0.9
  29. carbu_speed_threshold                 75.0 ; km/h hacked once (playerstep only)
  30.  
  31. ; ASPIRATION
  32. ; -----------
  33. aspiration_factor                      1.0
  34. aspiration_min_distance                2.0
  35.  
  36. ; HELP TORQUE
  37. ; -----------
  38. help_torque_time_threshold             0.2 ; in seconds
  39. help_torque_rot_threshold              1.2 ; rad/sec
  40. help_torque_value                      3.0
  41.  
  42. ; SUSPENSION
  43. ; ----------
  44. spring_length                        500.0
  45. stabilizer_constant_front             10.0
  46. stabilizer_constant_rear              15.0
  47.  
  48. ; MOTION CONTROLLER
  49. ; -----------------
  50. mc_force_factor                        0.02
  51. mc_damp_factor                         0.9
  52. mc_torque_factor                       0.2
  53. mc_angular_damp_factor                 0.8
  54. mc_max_trans_factor                    50.0
  55. mc_max_torque_factor                   50.0
  56.  
  57. ; KEYBOARD INPUT
  58. ; --------------
  59. time_full_throttle                     0.4
  60. time_full_brake                        0.40          
  61. time_full_steering                     0.50
  62. time_return_center                     0.25
  63. counterbrake_factor                    3.0
  64.  
  65. ; *********************
  66. ;  PARTS ADJUSTEMENTS
  67. ; *********************
  68.  
  69. ; ------
  70. ; TIRES
  71. ; ------
  72. ; tire type
  73. Tires.Hard.1                           1.00 ; no rain
  74. Tires.Hard.2                           0.55 ; rain
  75. Tires.Hard.DamageSpeed                 0.25
  76. Tires.Soft.1                           1.15
  77. Tires.Soft.2                           0.85
  78. Tires.Soft.DamageSpeed                 0.28
  79. Tires.Rain.1                           1.0
  80. Tires.Rain.2                           0.9
  81. Tires.Rain.DamageSpeed                 0.33
  82.  
  83. ; pressure influence
  84. Tires.Pressure.Friction                0.70
  85. Tires.Pressure.DamageSpeed             1.0 ;0.34
  86.  
  87. ; damage
  88. Tires.Damage.Friction                  0.40
  89. Tires.Damage.Inertia                   0.2
  90. Tires.Damage.Damp                      0.60
  91. Tires.Damage.MaxPercent                60.0
  92.  
  93. crown_teeth                           81
  94.  
  95. ; -------
  96. ; FRAME
  97. ; -------
  98. ; mass center
  99. Frame.Percent.MaxTranslate             0.6
  100.  
  101. ; rigidity
  102. Frame.Rigidity.Inertia                 0.55
  103. Frame.Rigidity.Damp                    0.60
  104. Frame.Rigidity.Elasticity              0.70
  105.  
  106. ; damage
  107. Frame.Damage.Inertia                   2.0
  108. Frame.Damage.MaxPercent               50.0
  109. Frame.Damage.HitFactor                 0.087
  110.  
  111. ; -------
  112. ; BRAKES
  113. ; -------
  114. Brakes.Damage.Deceleration             0.5
  115. Brakes.Damage.HitFactor                0.23
  116. Brakes.Damage.MaxPercent              40.0
  117.  
  118. ; -------
  119. ; ENGINE
  120. ; -------
  121. Engine.Damage.RpmThreshold          5500.0
  122. Engine.Damage.HitFactor                0.0001
  123. Engine.Damage.MaxPercent              40.0
  124. Engine.Damage.Power                    1.0
  125.  
  126. ; ------
  127. ; PIPES
  128. ; ------
  129. Pipes.Front.Gain                      10.0
  130. Pipes.Rear.Gain                       10.0